home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Utilities / EvenMore / evenmore.readme < prev    next >
Text File  |  1998-05-17  |  10KB  |  192 lines

  1. Short:    V044 - Now with icons for gadgets!
  2. Author:   chris.planb@dnet.co.uk (Chris Perver)
  3. Uploader: chris.planb@dnet.co.uk (Chris Perver)
  4. Version:  0.4beta4
  5. Type:     text/show
  6. Requires: Kickstart 37+, reqtools.library 37+ included
  7. Replaces: text/show/EvenMore.lha
  8.  
  9. ================================================================================
  10.  
  11.      _/_/_/_/  _/    _/ _/_/_/_/  _/_/_/       _/    .
  12.               _/    _/                        _/     :   Beta testers:
  13.    _/_/_/    _/    _/ _/_/_/_/  _/    _/ _/_/_/_/_/  :.
  14.   _/          _/ _/  _/        _/    _/     _/       ¦: Johan Björnson
  15.    _/_/_/      _/     _/_/_/  _/    _/     _/        |¦ Mikael Grahn
  16.    ___________________________________________       || Per Reidar Verlo
  17.    http://planb.thegap.com/                          || Dominique Neveu
  18.    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯       || Tony Hazel
  19.    Program  : EvenMore                               || Andrew Holt
  20.    Type     : Text viewer (Freeware)                 ||
  21.    Version  : 0.4beta4                               ||
  22.    Code     : AmigaE 3.3a                            ||
  23.                                                      ||
  24.     EvenMore ©1996-1998 by Chris Perver              ||
  25.     ReqTools ©1991-1994 Nico François,               ||
  26.              ©1995-1998 Magnus Holmgren              ||
  27.                                                      ||
  28. -----------------------------------------------------'`------------------------
  29. -------------------------------------------------------------------------------
  30.  
  31.  
  32. ================================================================================
  33. WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
  34. ================================================================================
  35.  
  36. THIS IS A SHORT README FILE! READ THE DOCS FOR THE FULL INFO!  THAT'S  RIGHT!  I
  37. SAID  READ THE DOCS BEFORE YOU EVEN THINK ABOUT DISTRIBUTING THIS ARCHIVE IN ANY
  38. FORM!
  39.  
  40. I am sick of the ugly looking non-proportional text viewers.  So  I  decided  to
  41. write  my  own  viewer  that would be font-sensitive, and blend in with all your
  42. other nice patches, as so not to spoil the look and feel of your Workbench.
  43.  
  44. Well I was sick  of  non-proportional  text  viewers  until  I  made  horizontal
  45. scrolling  in this version. Now EvenMore doesn't support proportional fonts. But
  46. IMHO, even though EvenMore isn't as powerful as the rest,  it  still  looks  far
  47. nicer than the competition, and is increasing in functionality at every release.
  48.  
  49.  Here are the main features of 0.4beta4
  50.  --------------------------------------
  51.  
  52.  o Scroller window allows easier moving about documents.
  53.  o AppWindow, AppIcon and AppMenu makes loading files easy. Not only can you
  54.    drag files onto them, but also drawers, and a requester will appear!
  55.  o Totally font sensitive, and you can select which font to view the text in.
  56.  o Tooltypes and preference file(s) for configuring, and you can configure
  57.    the settings while EvenMore is running too.
  58.  o Can open the window on any public screen and move between them.
  59.  o Can create it's own public screen to run on.
  60.  o Developing ARexx port for remote control.
  61.  o Supports the numeric keypad and mouse movement.
  62.  o Very clean and smooth scrolling.
  63.  o String and pattern finding functions.
  64.  o Bookmarks for remembering positions in the document.
  65.  o Quick load listview for loading documents fast.
  66.  o Slightly configurable GUI for quick access to features.
  67.  o File loading uses AsyncIO for speed.
  68.  o Can load multiple files.
  69.  o Help available by pressing the help key.
  70.  o Gadget help bubbles.
  71.  o User-configurable filetypes, for passing certain files to different programs.
  72.  o Uses EasyGUI, the best GUI in the history of the world.
  73.  o Uses ReqTools library.
  74.  o Can zoom text in or out.
  75.  
  76.  Here are the recent features
  77.  ----------------------------
  78.  
  79.  o Replaced some WHILE loops with FOR loops, which may speed them up slightly.
  80.  o Tidied up a few Move()'s in scrolling.
  81.  o Hopefully speeded things up slightly by checking whether we need to scroll
  82.    before calling the procedures to scroll during IDCMP_INTUITICKS.
  83.  o Optimised border drawing routine.
  84.  o Added Double bevel and Double bevel recess borders to GUI.
  85.  o Tidied up window locking.
  86.  o Replaced text and string gadgets with icons for gadgets.
  87.  o Drew those awful looking icons for the gadgets.
  88.  o Wrote preferences for selecting which icons you want for each gadget.
  89.  o Wrote Gadgets page in preference window for selecting the icons for the
  90.    gadgets, and moved the gadget position preference from the GUI page to this
  91.    page.
  92.  o Removed one of the gadget rows, and moved the search gadgets onto one row, as
  93.    the gadgets now take up far less space.
  94.  o Removed the ability to change the preferences from ARexx. It's not really that
  95.    useful, and wastes a lot of bytes.
  96.  o Now keywords in the preferences need to begin at the first character
  97.    otherwise they won't be recognised, to avoid keyword confusion, eg
  98.    LOADICON and RELOADICON would be confused.
  99.  o Fixed bug were quickload and filetype list couldn't handle huge file paths.
  100.  o Renamed border types to more understandable names, and added Wide ridge type
  101.    to preferences.
  102.  o Split border settings into type and recess settings, with the RECESSBORDERS
  103.    keyword.
  104.  o Reorganised preference GUI.
  105.  o Seperated history of EvenMore into this file, and removed great chunks of the
  106.    documents about the preference file help. You shouldn't need to edit the
  107.    preference file manually anyway, but it is pretty self explanitory.
  108.  o Decided to replace ON and OFF keywords in the preference file with their
  109.    numerical equivalents, to save bytes.
  110.  o You can now select the fill pens from a palette requester.
  111.  o Pressing S will now bring up the search window.
  112.  o You can now save some colours of the palette using the CUSTOMPALETTE keyword.
  113.  o Added Palette button to the Screen page of the preferences.
  114.  o Fixed stupid bug which would cause EasyGUI to freeze before opening a window
  115.    on various compilations.
  116.  o Drew those lovely MWB icons. All my own work :). (Except the eye in the
  117.    search icons).
  118.  o Merged the gadget and text offsets and border types into two keywords,
  119.    BORDERTYPES and BORDEROFFSETS.
  120.  o Now saves the preference file formatted.
  121.  o Sorted out the prefernce file loading into its proper order.
  122.  
  123. There are still a few things to be ironed  out  though.  Please  read  the  docs
  124. before you delete as soon as you set your eyes on it.
  125.  
  126. All hints, tips, examples of code, etc., will be appreciated!
  127.  
  128.     ______________________________________________________________
  129.    [O|##Contacting#cHRISPi####################################|°|B]
  130.    |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯| :
  131.    | Postal address:                                              | ::
  132.    |    Chris Perver,                                 __ __       | ::
  133.    |     12, Orchardville Avenue,                    / // /       | ::
  134.    |     Bangor,                                    / // /        | ::
  135.    |     Co. Down,                                 / // /         | ::
  136.    |     N. Ireland,                       __ __  / // /          | ::
  137.    |     BT19 1LP.                         \ \\ \/ // /           | ::
  138.    |                                        \ \\/ // /            | ::
  139.    |           ______________________        \ V /V /             | ::
  140.    |    EMAIL:[chris.planb@dnet.co.uk]        V_/V_/              | ::
  141.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯                             | ::
  142.    |           ________________________                           | ::
  143.    |      URL:[http://planb.thegap.com/]                          | ::
  144.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯                           | ::
  145.    |                                                              | ::
  146.    | And remember!  Windows is rubbish!                           | ::
  147.    |                                                              | ::
  148.    |_____________________________________________________________ | ::
  149.    [############################################################|/] ::
  150.     ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ::
  151.     :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  152.      :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  153.  
  154. I cannot expect to be able to develop this program  much  further,  as  I  am  a
  155. Christian  and  believe Jesus Christ will return very soon. If I do not reply to
  156. any mail for months and months, then the development of this program has ceased.
  157.  
  158. =========================================
  159. THANX 'N' GREETZ (In no particular order)
  160. =========================================
  161.  
  162. This archive was put together by:-
  163.  
  164.   Me               - Everything :)
  165.   Mum & dad        - RKRM manuals, Amiga 3000... (you name it, they provided it)
  166.   Johan Björnson   - AmigaGuide, lots of suggestions, icons...
  167.   Mikael Grahn     - Suggestions
  168.   Per Reidar Verlo - Lots of suggestions
  169.   Damien McKenna   - Suggestions
  170.   Girish Nath      - Icons
  171.  
  172. Without the following people, writing this program  would  have  been  virtually
  173. impossible...
  174.  
  175.   Nico François          - ReqTools
  176.   Magnus Holmgren
  177.   Dietmar Eilert         - GoldEd
  178.   Wouter van Oortmerssen - AmigaE and EasyGUI
  179.   J R Hulance            - EasyGUI and AmigaE help
  180.  
  181.   Ilan Sharoni           - Word wrapping help
  182.   Marco Talamelli        - ReqTools help
  183.   Eric Sauvageau         - Screenmode help
  184.   Victor Ducedre         - dclistview EasyGUI plugin
  185.   Ralph Wermke           - Register EasyGUI plugin
  186.   Sven Steiniger         - patternStringF, runback code
  187.   Will Harwood           - GadgetInfo code
  188.  
  189. If you are not listed here and you have helped me produce EvenMore, then I  have
  190. probably  just  forgotten  about you :). But don't fear, get in touch and let me
  191. know!
  192.